home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / cordine.zip / CORDINE.DEF < prev    next >
Text File  |  1993-05-05  |  301b  |  14 lines

  1. ; Module-Definition file for CORDINE
  2. NAME         Cordine
  3. DESCRIPTION  'Button Accordion Dialog'
  4. EXETYPE      WINDOWS
  5. STUB         'WINSTUB.EXE'
  6. CODE  PRELOAD MOVEABLE DISCARDABLE
  7. DATA  PRELOAD MOVEABLE MULTIPLE
  8. HEAPSIZE     1024
  9. STACKSIZE    5120
  10. EXPORTS
  11.     WndProc   @1
  12.     CordineProc  @2
  13.  
  14.